3.1473 \(\int \frac{(2+3 x)^3}{(1-2 x) (3+5 x)} \, dx\)

Optimal. Leaf size=33 \[ -\frac{27 x^2}{20}-\frac{513 x}{100}-\frac{343}{88} \log (1-2 x)+\frac{\log (5 x+3)}{1375} \]

[Out]

(-513*x)/100 - (27*x^2)/20 - (343*Log[1 - 2*x])/88 + Log[3 + 5*x]/1375

_______________________________________________________________________________________

Rubi [A]  time = 0.0424659, antiderivative size = 33, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{27 x^2}{20}-\frac{513 x}{100}-\frac{343}{88} \log (1-2 x)+\frac{\log (5 x+3)}{1375} \]

Antiderivative was successfully verified.

[In]  Int[(2 + 3*x)^3/((1 - 2*x)*(3 + 5*x)),x]

[Out]

(-513*x)/100 - (27*x^2)/20 - (343*Log[1 - 2*x])/88 + Log[3 + 5*x]/1375

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{343 \log{\left (- 2 x + 1 \right )}}{88} + \frac{\log{\left (5 x + 3 \right )}}{1375} + \int \left (- \frac{513}{100}\right )\, dx - \frac{27 \int x\, dx}{10} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**3/(1-2*x)/(3+5*x),x)

[Out]

-343*log(-2*x + 1)/88 + log(5*x + 3)/1375 + Integral(-513/100, x) - 27*Integral(
x, x)/10

_______________________________________________________________________________________

Mathematica [A]  time = 0.0236592, size = 35, normalized size = 1.06 \[ \frac{-330 \left (45 x^2+171 x+94\right )-42875 \log (3-6 x)+8 \log (-3 (5 x+3))}{11000} \]

Antiderivative was successfully verified.

[In]  Integrate[(2 + 3*x)^3/((1 - 2*x)*(3 + 5*x)),x]

[Out]

(-330*(94 + 171*x + 45*x^2) - 42875*Log[3 - 6*x] + 8*Log[-3*(3 + 5*x)])/11000

_______________________________________________________________________________________

Maple [A]  time = 0.009, size = 26, normalized size = 0.8 \[ -{\frac{27\,{x}^{2}}{20}}-{\frac{513\,x}{100}}+{\frac{\ln \left ( 3+5\,x \right ) }{1375}}-{\frac{343\,\ln \left ( -1+2\,x \right ) }{88}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^3/(1-2*x)/(3+5*x),x)

[Out]

-27/20*x^2-513/100*x+1/1375*ln(3+5*x)-343/88*ln(-1+2*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34263, size = 34, normalized size = 1.03 \[ -\frac{27}{20} \, x^{2} - \frac{513}{100} \, x + \frac{1}{1375} \, \log \left (5 \, x + 3\right ) - \frac{343}{88} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3/((5*x + 3)*(2*x - 1)),x, algorithm="maxima")

[Out]

-27/20*x^2 - 513/100*x + 1/1375*log(5*x + 3) - 343/88*log(2*x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.224664, size = 34, normalized size = 1.03 \[ -\frac{27}{20} \, x^{2} - \frac{513}{100} \, x + \frac{1}{1375} \, \log \left (5 \, x + 3\right ) - \frac{343}{88} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3/((5*x + 3)*(2*x - 1)),x, algorithm="fricas")

[Out]

-27/20*x^2 - 513/100*x + 1/1375*log(5*x + 3) - 343/88*log(2*x - 1)

_______________________________________________________________________________________

Sympy [A]  time = 0.286737, size = 29, normalized size = 0.88 \[ - \frac{27 x^{2}}{20} - \frac{513 x}{100} - \frac{343 \log{\left (x - \frac{1}{2} \right )}}{88} + \frac{\log{\left (x + \frac{3}{5} \right )}}{1375} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**3/(1-2*x)/(3+5*x),x)

[Out]

-27*x**2/20 - 513*x/100 - 343*log(x - 1/2)/88 + log(x + 3/5)/1375

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.216363, size = 36, normalized size = 1.09 \[ -\frac{27}{20} \, x^{2} - \frac{513}{100} \, x + \frac{1}{1375} \,{\rm ln}\left ({\left | 5 \, x + 3 \right |}\right ) - \frac{343}{88} \,{\rm ln}\left ({\left | 2 \, x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3/((5*x + 3)*(2*x - 1)),x, algorithm="giac")

[Out]

-27/20*x^2 - 513/100*x + 1/1375*ln(abs(5*x + 3)) - 343/88*ln(abs(2*x - 1))